IProviderAdmin : IUnknown

The IProviderAdmin interface is used to work with service providers within a message service. Clients can get a pointer to an IProviderAdmin interface by calling IMsgServiceAdmin::AdminProviders2SPIBE; service providers are passed an IProviderAdmin pointer when their message service s entry point function is called.

Quick Info

Header file:

MAPIDEFS.H

Exposed by:

Provider administration objects

Implemented by:

MAPI

Called by:

Client applications and service providers

Corresponding pointer type:

LPPROVIDERADMIN

 

Vtable Order

GetLastError2K14AWM

Returns a MAPIERROR4GS6AI structure containing information about the previous error occurring to the provider administration object.

GetProviderTable1.GPUEB

Provides access to the message service s provider table, a listing of the service providers in the message service.

CreateProviderIP4UZ2

Adds a service provider to the message service.

DeleteProviderD955JD

Deletes a service provider from the message service.

OpenProfileSection.VM1LW

Opens a profile section from the current profile and returns an IProfSect pointer for further access.